9caa042d2acb12b27a71c8d619e135f81101ed64,src/org/openstreetmap/josm/gui/NotificationManager.java,NotificationPanel,build,#Notification#,189

Before Change


            }
            vgroup.addComponent(content).addComponent(tbClose);
            layout.setHorizontalGroup(hgroup);
            layout.setVerticalGroup(vgroup);

            /*
             * The timer stops when the mouse cursor is above the panel.

After Change


                        .addComponent(tbHelp)
                );
            } else {
                layout.setVerticalGroup(vgroup);
            }

            /*